home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1999
/
MacHack 1999.toast
/
The Hacks
/
NetPokerForMacOSX_Server
/
HoldEmHigh
/
PotManager.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-06-25
|
168 b
|
14 lines
#import <AppKit/AppKit.h>
@interface PotManager : NSObject
{
id potField;
id potImage;
int pot;
}
- (void)updatePotAmount:(int)dollars;
- (int)pot;
@end